/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. About
    04. Services
    05. Services
    06. Get Started
    07. Portfolio
    08. Our Team
    09. Testimonials
    10. Pricing
    11. Want Work
    12. Blog
    13. Clients
    14. Contact
    15. Footer
    16. Page Loading
    17. Media Query
*/

@font-face {
    font-family: "popular-cafe-nf-regular";
    src: url("https://fontsme.com/wp-data/p/257/1257/file/popularcafeaa.regular.ttf") format("woff"), url("https://fontsme.com/wp-data/p/257/1257/file/popularcafeaa.regular.ttf") format("opentype"), url("https://fontsme.com/wp-data/p/257/1257/file/popularcafeaa.regular.ttf") format("truetype");
}
html{
	scroll-behavior: smooth
}
body {
    font-family: 'Maven Pro', sans-serif;
}


/*--------------------------------------------------
[0. Framework]
--------------------------------------------------*/

.mb-40 {
    margin-bottom: 40px;
}


/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/

.navbar {
    padding: 15px 0 5px;
    background: linear-gradient(135deg, rgba(22, 37, 43, 0) 0%, rgba(22, 37, 43, 0) 100%);
}

.navbar.sticky {
    padding: 5px 0;
    background: #fff!important;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.navbar .nav-item {
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav {
    display: block;
    margin-top: 25px;
}

.navbar .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    padding: 0;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
}

.navbar .nav-item .nav-link:hover {
    transform: translateY(-3px);
    color: #cc1203;
}

.navbar-expand-lg .navbar-toggler {
    display: block!important;
    border: none;
    outline: none!important;
    color: #000;
}

body .navbar-expand-lg .navbar-collapse {
    position: fixed;
    z-index: 222222;
    right: 0;
    top: 0;
    width: 90%;
    transition: 0.35s;
    height: 100%;
    max-width: 400px;
    bottom: 0;
    transform: translateX(100%);
	padding-left: 20px;
}
body .navbar-expand-lg .navbar-collapse .desc{
    padding: 40px 30px;
    box-shadow: 2px -5px 30px rgb(0 0 0 / 20%);
    background: #fff;
	width: 100%;
	height: fit-content;
}
body .navbar-expand-lg .navbar-collapse {
    opacity: 0;
    z-index: -1;
    position: fixed;
}

.navbar-expand-lg .navbar-collapse.show {
    display: block!important;
    transform: translateX(0%);
    opacity: 1;
    z-index: 22222222;
	overflow: auto;
}

.navbar-expand-lg .navbar-collapse.show .navbar-toggler {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 40px;
    height: 40px;
    background-color: #e21504;
    z-index: 1111;
    color: #fff;
}

.navbar-expand-lg .navbar-collapse.show .navbar-toggler .icon-bar {
    background: #fff;
}

.navbar-dark .navbar-brand .logo-ticky {
    display: none;
}

.navbar-dark .navbar-brand img {
    max-width: 200px;
}

.navbar-dark.sticky .navbar-brand img {
    display: none;
}

.navbar-dark.sticky .navbar-brand .logo-ticky {
    display: block;
    max-width: 160px;
    -webkit-filter: drop-shadow(2px 5px 2px #2222228a);
    filter: drop-shadow(2px 5px 2px #2222228a);
}

.logo-menu img {
    width: 90%;
    -webkit-filter: drop-shadow(2px 5px 2px #2222228a);
    filter: drop-shadow(2px 5px 2px #2222228a);
}

.navbar {
    transition: 0.3s;
}

.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
}

.navbar-dark .navbar-toggler .icon-bar {
    background: #000;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}


/*--------------------------------------------------
[2. Start Slidert]
--------------------------------------------------*/

.slider {
    background: url("../img/banner.png") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.slider:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -60%);
    background: #fff;
    width: 10px;
    height: 200px;
}

.slider .content {
    z-index: 999;
    /* position: absolute; */
    /* top: 50%; */
    text-align: left;
    max-width: 400px;
    width: 100%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}

.slider .content span {
    font-size: 25px;
    font-weight: 300;
    color: #03b0d5;
}

.btn-join {
    padding: 0;
    margin: 15px 0 0;
    background: #fff0;
    outline: none;
    box-shadow: 5px 8px 15px 2px #00000045;
    display: block;
    animation: jittery 4s infinite;
    transition: 0.3s;
    width: fit-content;
}

@keyframes jittery {
    5%,
    50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.1);
    }
    20% {
        transform: scale(1.1) rotate(-5deg);
    }
    25% {
        transform: scale(1.1) rotate(5deg);
    }
    30% {
        transform: scale(1.1) rotate(-3deg);
    }
    35% {
        transform: scale(1.1) rotate(2deg);
    }
    40% {
        transform: scale(1.1) rotate(0);
    }
}

.btn-join:hover {
    animation: none;
}

.btn-join img {
    width: 160px;
}

.slider .content h1 {
    font-size: 65px;
    font-family: 'popular-cafe-nf-regular', sans-serif;
    font-weight: 700;
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.slider .content h1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    bottom: 0;
    height: 2px;
    background: #fff;
}

.slider .content p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 30px;
}

.slider .content .btn-blue {
    background: linear-gradient(135deg, rgba(2, 166, 199, 1) 0%, rgba(3, 127, 152, 1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.slider .content .btn-blue:hover {
    transform: translateY(-7px);
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}


/*--------------------------------------------------
[3. Start About]
--------------------------------------------------*/

.about {
    padding: 120px 0;
    background: #fff;
    background-size: cover;
}

.about .heading {
    margin-bottom: 45px;
}

.box-service {
    margin-top: -90px;
}

.box-service .service .icon {
    width: 180px;
    height: 180px;
    margin: auto;
    background: #fff;
	font-size: 14px;
    border-radius: 50%;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 15%);
    padding: 25px 20px 20px;
    text-align: center;
    margin-bottom: 20px;
}

.box-service .service .icon {
    text-transform: uppercase;
    font-weight: 500;
    color: #777;
    transition: 0.3s;
    line-height: 1.4;
}

.box-service .service:hover .icon {
    transform: translateY(-15px);
}

.box-service .service .icon .counter {
    font-weight: 600;
    color: #444;
}

.box-service .service .icon img {
    width: 35px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.box-service .note {
    max-width: 80%;
    margin: auto;
    margin-top: 45px;
}

.session-page {
    padding: 120px 0 0;
}

.session-page2 {
    padding: 30px 0 0;
}

.box-two {
    position: relative;
    width: 90%;
    margin: 0 auto 20px;
}

.box-two .title {
    background: #fff;
    padding: 15px 10px;
    box-shadow: 2px 1px 5px rgb(0 0 0 / 15%);
    text-align: center;
    margin: 0 0 15px;
}

.services-bg1 {
    background: url('../img/bg-page2.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.services-bg3 {
    background: url('../img/bg-page4.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.services-bg4 {
    background: url('../img/bg-page5.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.license img {
    width: 80%;
}

.license-desc {
    margin-top: 55px;
}

.license-desc p {
    color: #fff;
    line-height: 1.35;
    margin-bottom: 10px;
}

.cards-box {
    position: relative;
    margin: 0 0 20px;
    transition: 0.3s;
    padding: 5px;
    overflow: hidden;
}

.cards-box img {
    width: 100%;
    transition: 0.3s;
    margin-bottom: 10px;
}

.cards-box:hover {
    transform: translateY(-10px);
    box-shadow: 2px 2px 20px rgb(0 0 0 / 15%);
}

.w-60 {
    width: 60%!important;
    min-width: 160px;
    margin: auto;
}

.box-container {
    border-radius: 0px;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 15%);
    padding: 60px 20px 30px;
    top: -60px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.cards-box h3 {
    background: #a40000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 25px 10px;
    color: #fff;
    margin: 0;
}

.box-coin {
    width: 80%;
    margin: 0 auto 20px;
    position: relative;
}

.box-coin .img {
    position: relative;
}

.box-coin .img img {
    width: 100%;
}

.box-coin .img .bg {
    animation: opacity 2s infinite linear;
}

.box-coin .img .coin {
    position: absolute;
    width: 55%;
    left: 0;
    right: 0;
    animation: translate 2s infinite linear;
    bottom: 20%;
    margin: auto;
}

@keyframes opacity {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.2;
    }
}

@keyframes translate {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.box-coin .info {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.box-coin .info p {
    margin-bottom: 10px;
    line-height: 1.35;
}

.box-desc {
    position: relative;
}

.box-desc p {
    color: #fff;
    line-height: 1.35;
    display: flex;
    margin-bottom: 10px;
}

.box-desc p i {
    color: yellow;
    margin-top: 5px;
    padding-right: 15px;
}

.services-bg2 {
    background: url('../img/bg-page3.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.box-two .title p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0;
}

.box-two .info p {
    display: flex;
    margin-bottom: 10px;
    line-height: 1.3;
    padding-left: 15px;
    color: #fff;
    padding-right: 15px;
}

.hexabox-group {
    position: relative;
    width: 100%;
    margin-top: 45px;
}

.hexabox-group .hexa_box {
    display: inline-block;
    width: 32%;
    padding: 0px;
    position: relative;
}

.services-2 {
    margin: 0 10px 20px;
}

.services-2 .desc p {
    text-align: justify;
}

.services-2 .icon {
    display: block;
    background: linear-gradient(to right, #831000, #BA010A, #ff0606, #c5040e, #BA010A);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.btn-join-now {
    background: linear-gradient(to right, #831000, #BA010A, #ff0606, #c5040e, #BA010A);
    color: #fff;
    padding: 10px 25px;
    min-width: 145px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    transition: 0.3s;
}

.btn-join-now:hover {
    transform: scale(1.1);
    color: #fff;
}

.hexabox-group .hexa_box .hexa {
    position: relative;
    width: 100%;
}

.hexabox-group .hexa_box .position-absolute {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: fit-content;
}

.hexabox-group .hexa_box .position-absolute img {
    width: 45px;
    margin: auto;
    display: block;
}

.hexabox-group .hexa_box .position-absolute span {
    display: block;
    color: #fff;
    font-weight: 500;
	width: 100%;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 20px;
}

.hexabox-group .hexa_box .position-absolute:first-child span{
	margin-top: 0!important;
}

.hexabox-group .hexa_box.hight {
    top: 80px;
}

.about .heading h2.text-white {
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: #fff!important;
}

.box-two .info.red i {
    color: red;
    margin-top: 6px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
    font-size: 18px;
    border-radius: 50%;
    height: fit-content;
}

.box-two .info.check i {
    color: #009900;
    margin-top: 6px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
    font-size: 18px;
    border-radius: 50%;
    height: fit-content;
}

.box-two .info span {
    margin-left: 15px;
}

.content-bg {
    background: #eee;
    padding: 15px 0;
    text-align: center;
}

.service-four {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.service-four .icon {
    width: 100%;
    position: relative;
    height: 100%;
}


/* .service-four .icon::after {
    content: '';
    position: absolute;
    left: calc(100% - 10px);
    top: calc(50% - 2px);
    height: 4px;
    width: 45px;
    background: red;
} */

.service-four .icon .border-img {
    position: relative;
    width: 100%;
}

.service-four .icon .icon-img {
    position: absolute;
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}

.service-four .icon .icon-img.bg {
    animation: rotate 5s infinite linear;
}

.service-four .icon .border-img.rotated {
    transform: rotate(180deg);
}

.service-four .icon .icon-img.bg.pre {
    animation: rotate2 4s infinite linear;
}

.service-four p {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.about .heading h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.35;
    margin: auto;
    max-width: 600px;
    color: #313e4b;
    text-transform: uppercase;
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: 5px;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    -webkit-clip: background;
    background: -o-linear-gradient(to right, #831000, #BA010A, #ff0606, #c5040e, #BA010A));
    background: linear-gradient(to right, #831000, #BA010A, #ff0606, #c5040e, #BA010A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #831000;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #831000;
}

.videotrailer1 {
    width: 100%;
    height: auto;
    align-self: center;
    margin: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ml-30 {
    margin-left: 30px;
}

.videotrailer1 .img {
    position: relative;
    overflow: hidden;
}

.videotrailer1 .img:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 99%;
    margin: 0 auto;
    height: 75%;
    content: "";
    background: #010000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.videotrailer1 .img img {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.videotrailer1 .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px 10px;
    z-index: 4;
}

.videotrailer1 .video iframe {
    width: 100%;
    position: relative;
    height: 71%;
    overflow: hidden;
    z-index: 3;
}

.videotrailer1 img {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.line-after-title {
    display: block;
    margin: 10px auto 0;
    width: 30%;
    max-width: 150px;
    height: 2px;
    background: #FF0606;
}

.line-after-title.white {
    background: #fff;
}

.line-after-title.left {
    margin-left: 0;
}

.box-img img {
    width: 100%;
}

.about .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;
}

.about .heading p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #444;
}

.about .box {
    background: #ffffff;
    border-radius: 15px;
    padding: 50px 30px;
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
}

.about .box:hover {
    transform: translateY(-15px);
}

.about .box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #4c5b6a;
    margin: 25px 0 0;
}

.about .box span {
    font-size: 13px;
    font-weight: 300;
    color: #929899;
    display: inline-block;
    margin-bottom: 15px;
}

.about .box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}


/*--------------------------------------------------
[4. Start Services]
--------------------------------------------------*/

.services {
    padding: 120px 0;
}

.services .heading {
    margin-bottom: 60px;
}

.services .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.services .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;
}

.services .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.services .left .box .info {
    margin-left: 30px;
}

.services .left .box .info h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #4c5b6a;
    margin-bottom: 10px;
}

.services .left .box .info p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.services .right {
    background: url("http://placehold.jp/540x407.png") center center no-repeat;
    background-size: cover;
    height: 407px;
}

.video-icon .icon {
    background: linear-gradient(135deg, rgba(2, 166, 199, 1) 0%, rgba(3, 127, 152, 1) 100%);
    color: #ffffff;
    display: inline;
    font-size: 20px;
    padding: 23px 28px;
    border-radius: 200px;
    position: relative;
}


/* Pulse Animation */

.pulse {
    animation: pulse 1s infinite;
    animation-duration: 2s;
}


/* Keyframes */

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/*--------------------------------------------------
[4. Start Get-started]
--------------------------------------------------*/

.get-started {
    background: url("../img/bg/get-started.png") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
}

.get-started .heading {
    margin-bottom: 30px;
}

.get-started .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.get-started .heading h2 span {
    font-weight: 300;
    color: #11c9f3;
    margin: 0;
}

.get-started .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #ffffff;
}

.get-started .btn-blue {
    background: linear-gradient(135deg, rgba(2, 166, 199, 1) 0%, rgba(3, 127, 152, 1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.get-started .btn-blue:hover {
    transform: translateY(-7px);
}


/*--------------------------------------------------
[5. Start Portfolio]
--------------------------------------------------*/

.portfolio {
    padding: 130px 0 0;
}

.portfolio h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.portfolio h2 span {
    color: #02a2c4;
    font-weight: 300;
}

.portfolio p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin: 0 0 60px;
    padding: 0;
}

.portfolio .button-group {
    margin-bottom: 40px !important;
    background: #ffffff;
    border-radius: 35px;
    padding: 5px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #02a2c4;
}

.portfolio .button-group button:focus {
    color: #ffffff;
    background: #02a2c4;
    border: 0;
    outline: 0;
}

.portfolio .single-portfolio-item {
    position: relative;
    padding: 0;
}

.portfolio .single-portfolio-item img {
    width: 100%;
}

.portfolio .single-portfolio-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 400;
    color: #02a2c4;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #555555;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: 0.95;
}

.portfolio .grid-item {
    padding: 0;
}


/*--------------------------------------------------
[6. Start Our Mission]
--------------------------------------------------*/

.mission {
    padding: 120px 0;
}

.mission .text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.mission .text h2 span {
    color: #02a2c4;
    font-weight: 300;
}

.mission .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin: 0 0 35px;
    padding: 0;
}

.mission .text .btn-blue {
    background: linear-gradient(135deg, rgba(2, 166, 199, 1) 0%, rgba(3, 127, 152, 1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.mission .text .btn-blue:hover {
    transform: translateY(-7px);
}


/*--------------------------------------------------
[7. Start Our Team]
--------------------------------------------------*/

.team {
    margin-top: 120px;
}

.team .box {
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.team .heading {
    margin-bottom: 60px;
}

.team .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.team .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;
}

.team .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.team .content h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #313e4b;
    margin-top: 30px;
}

.team .content span {
    font-size: 14px;
    font-weight: 300;
    color: #727f8c;
    margin-bottom: 30px;
    display: inline-block;
}

.team .box .social {
    position: absolute;
    left: -55px;
    opacity: 0;
    top: 20%;
    background: #ffffff;
    padding: 20px;
    border-radius: 0 20px 20px 0;
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
}

.team .box .social .icon {
    display: block;
    padding: 7px 0;
    font-size: 16px;
    color: #727f8c;
    transition: all 0.4s ease-in-out;
}

.team .box .social .icon:hover {
    color: #02a2c4;
}

.team .box:hover .social {
    opacity: 1;
    left: 0;
}


/*--------------------------------------------------
[8. Start Some Facts]
--------------------------------------------------*/

.some-facts {
    background: url("../img/bg/some-facts.png") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
}

.some-facts .items h3 {
    font-size: 35px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    margin-top: 20px;
}

.some-facts .items h4 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 5px 0 0;
}


/*--------------------------------------------------
[9. Start Price]
--------------------------------------------------*/

.price {
    padding: 120px 0;
}

.price .heading {
    margin-bottom: 60px;
}

.price .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.price .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;
}

.price .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.price .cards {
    position: relative;
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.price .cards .front {
    padding: 50px 40px;
    backface-visibility: hidden;
    transform: perspective(600px) rotateY(0deg);
    transition: transform 0.6s linear;
}

.price .cards .front h3 {
    font-size: 20px;
    font-weight: 600;
    color: #313e4b;
    margin: 0 0 30px;
}

.price .cards .front img {
    width: 200px;
}

.price .cards .front p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin-top: 20px;
}

.price .cards .front ul {
    margin: 0;
    padding: 0;
    margin: 20px 0;
}

.price .cards .front ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    color: #5d6b79;
    border-bottom: 1px solid #eeeeee;
}

.price .cards .front .btn-blue {
    background: linear-gradient(135deg, rgba(2, 166, 199, 1) 0%, rgba(3, 127, 152, 1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
}

.price .cards .front .btn-blue:hover {
    transform: translateY(-7px);
}


/*--------------------------------------------------
[10. Start Why Us]
--------------------------------------------------*/

.why-us .left {
    background: url("http://placehold.jp/950x630.png") center center no-repeat;
    background-size: cover;
    height: 632px;
}

.why-us .right {
    background: #f8f8f8;
}

.why-us .right .content {
    padding: 80px 50px;
}

.why-us .right .content span {
    font-size: 16px;
    font-weight: 400;
    color: #02a2c4;
    display: inline-block;
    margin-bottom: 5px;
}

.why-us .right .content h2 {
    font-size: 25px;
    font-weight: 500;
    color: #313e4b;
    margin: 0;
}

.why-us .right .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin-top: 15px;
    margin-bottom: 40px;
}

.why-us .right .content .box {
    background: #ffffff;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}

.why-us .right .content .box h3 {
    font-size: 16px;
    color: #313e4b;
    font-weight: 500;
    margin: 0 0 0 20px;
}

.why-us .right .content .box .icon {
    background: #02a2c4;
    border-radius: 50%;
    font-size: 17px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #02a2c4;
}

.why-us .right .content .box:hover .icon {
    border: 1px solid #02a2c4;
    color: #02a2c4;
    background: #ffffff;
}


/*--------------------------------------------------
[11. Testimonials]
--------------------------------------------------*/

.testimonials {
    padding: 120px 0 80px;
}

.testimonials .heading {
    margin-bottom: 60px;
}

.testimonials .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.testimonials .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;
}

.testimonials .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.testimonials .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
}

.testimonials .box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #313e4b;
}

.testimonials .box:hover {
    transform: translateY(-10px);
}

.testimonials .box h3 span {
    font-size: 13px;
    font-weight: 400;
    color: #02a2c4;
    margin-left: 10px;
}

.testimonials .box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    color: #727f8c;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 20px;
}

.testimonials .box .image img {
    width: 200px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.testimonials .box .icon {
    border: 1px solid #eee;
    color: #777777;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.testimonials .box .icon:hover {
    color: #ffffff;
    border: 1px solid #02a2c4;
    background: #02a2c4;
}


/*--------------------------------------------------
[12. Blog]
--------------------------------------------------*/

.blog {
    padding: 0 0 80px;
}

.blog .heading {
    margin-bottom: 60px;
}

.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.blog .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;
}

.blog .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.blog .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.blog .box:hover .cat {
    left: 0;
    opacity: 1;
}

.blog .image {
    position: relative;
}

.blog .image .cat {
    position: absolute;
    background: #03b0d5;
    top: 50px;
    color: #ffffff;
    left: -90px;
    padding: 5px 30px 5px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.blog .box .text {
    padding: 40px 30px;
}

.blog .box .text h3 a {
    font-size: 20px;
    font-weight: 500;
    color: #313e4b;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.blog .box .text span {
    font-size: 13px;
    font-weight: 300;
    color: #adadad;
}

.blog .box .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin-top: 10px;
}


/*--------------------------------------------------
[13. Contact]
--------------------------------------------------*/

.contact {
    background: url("../img/bg/contact.png") center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.contact .heading {
    margin-bottom: 60px;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;
}

.contact .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #ffffff;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    box-shadow: 0 15px 51px 0 rgba(0, 0, 0, 0.24);
    padding: 10px 45px;
    border-radius: 45px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: -webkit-linear-gradient(top left, #079ab9 0%, #037e98 100%);
    color: #ffffff;
}


/*--------------------------------------------------
[14. Start Footer]
--------------------------------------------------*/

.footer {
    background: url('../img/bg-footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.footer h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 0;
}

.box-logo {
    position: relative;
}

.box-logo img {
    width: 100%;
    max-width: 260px;
}

.box-logo .line-footer {
    display: block;
    height: 1px;
    width: 70%;
    background: rgba(255, 255, 255, 0.3);
    margin: 15px 0;
}

.box-footer {
    position: relative;
    margin-top: 15px;
}

.box-footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.box-footer a {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    line-height: 1.35;
    transition: 0.3s;
    text-decoration: none;
}

.box-footer a:hover {
    color: #ffc107;
}

.box-footer ul {
    margin: 0;
    padding: 0;
}

.box-footer ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 3px 5px;
    list-style: none;
}

.box-footer ul li img {
    width: 100%;
    transition: 0.3s;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 30%);
    border-radius: 50%;
}

.box-footer ul li:hover img {
    transform: scale(1.1) rotate(360deg);
}


/*--------------------------------------------------
[15. Start Page Loading]
--------------------------------------------------*/

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loader/preloader.svg") center no-repeat #fff;
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .about .heading h2 {
        font-size: 28px;
    }
    .hexabox-group .hexa_box {
        width: 100%;
    }
    .price {
        padding-top: 0px!important;
    }
    .box-container {
        top: 0;
    }
    .hexabox-group .hexa_box .position-absolute {
        padding-top: 0px;
    }
    .hexa_box {
        margin-bottom: 20px;
    }
    .hexabox-group .hexa_box.hight {
        top: 0px;
    }
    section {
        overflow: hidden;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .slider {
        height: 800px;
        text-align: center;
    }
    .about {
        padding: 120px 0 80px 0;
    }
    .about .box {
        margin-bottom: 40px;
    }
    .services .right {
        margin-top: 40px;
    }
    .team .box {
        margin-bottom: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .some-facts {
        padding: 120px 0 70px 0;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }
    .price {
        padding: 120px 0 80px 0;
    }
    .price .cards {
        margin-bottom: 40px;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .slider:after {
        display: none;
    }
    .slider .content h1 {
        font-size: 35px;
    }
    .btn-join img {
        width: 110px;
    }
    .slider .content p {
        font-size: 18px;
    }
    .box-service {
        margin-top: -30px;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .slider {
        height: 500px!important;
        text-align: center;
    }
    .about {
        padding: 120px 0 80px 0;
    }
    .about .box {
        margin-bottom: 40px;
    }
    .services .right {
        margin-top: 40px;
    }
    .team .box {
        margin-bottom: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .some-facts {
        padding: 120px 0 70px 0;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }
    .price {
        padding: 120px 0 80px 0;
    }
    .price .cards {
        margin-bottom: 40px;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .hexabox-group .hexa_box .position-absolute img {
        width: 55px;
    }
    .hexabox-group .hexa_box .position-absolute span {
        font-size: 16px;
        margin-top: 10px;
    }
    .slider {
        height: 900px;
        text-align: center;
    }
    .about {
        padding: 120px 0 80px 0;
    }
    .about .box {
        margin-bottom: 40px;
    }
    .services .right {
        margin-top: 40px;
    }
    .team .box {
        margin-bottom: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .some-facts {
        padding: 120px 0 70px 0;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }
    .price {
        padding: 120px 0 80px 0;
    }
    .price .cards {
        margin-bottom: 40px;
    }
}